projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd1f7e
)
Plug tiny leak in the css parser
author
Paolo Borelli
<pborelli@gnome.org>
Sat, 3 Dec 2011 16:51:36 +0000
(17:51 +0100)
committer
Paolo Borelli
<pborelli@gnome.org>
Sat, 3 Dec 2011 16:52:24 +0000
(17:52 +0100)
gtk/gtkcssparser.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssparser.c
b/gtk/gtkcssparser.c
index 073e9478db09d9d2d78e0743ccfcbf20a8825785..27ea5110dc7b0bb631ec22c31f577ef034962865 100644
(file)
--- a/
gtk/gtkcssparser.c
+++ b/
gtk/gtkcssparser.c
@@
-608,6
+608,7
@@
_gtk_css_parser_try_enum (GtkCssParser *parser,
}
}
+ g_free (str);
g_type_class_unref (enum_class);
if (!result)